home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Programming / Yaroze / UploadSrc / tools_protos.h < prev    next >
Encoding:
Text File  |  1997-06-14  |  176 b   |  13 lines

  1. /* Prototypes for functions defined in
  2. tools.c
  3.  */
  4.  
  5. void DisplayBuffer(void);
  6.  
  7. void DisplaySectionInfo(struct Section * );
  8.  
  9. LONG GetFileSize(char * );
  10.  
  11. int GetBaudRate(void);
  12.  
  13.